Backend
Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.
Backend क्या है?
Backend https://tetsuwo.tumblr.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables quick access to the backyard screen, 'chrome://' and 'about:' pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Backend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Backend Chrome Extension ======================== Enables quick access to the backyard screen, 'chrome://' and 'about:' pages. Chrome Web Store https://chrome.google.com/webstore/detail/eiingmhoibigiplopcmepmahoihedjnk ABILITY ------- - chrome://settings/clearBrowserData - chrome://settings/siteData - chrome://settings/content/cookies - chrome://chrome-urls/ - chrome://settings/content - chrome://settings/languages - chrome://settings/ - chrome://extensions/ - https://chrome.google.com/webstore/category/extensions - https://chrome.google.com/webstore/category/themes - https://chrome.google.com/webstore/category/apps - chrome://downloads - chrome://history/ - chrome://bookmarks - chrome://components - chrome://cache - chrome://dns - chrome://network - chrome://histograms - chrome://version - chrome://flags - chrome://settings/help/ CHANGE LOG ---------- https://github.com/tetsuwo/backend-chrome.ext/blob/master/CHANGELOG.md ELSEWHERE --------- - Bugs and Issues https://github.com/tetsuwo/backend-chrome.ext/issues ... Report Bugs and Issues AUTHOR ------ Tetsuwo OISHI - [email protected] / http://fb.me/tetsuwo / http://twitter.com/tetsukamp
एक्सटेंशन की मूल जानकारी
नाम | Backend |
ID | eiingmhoibigiplopcmepmahoihedjnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/backend/eiingmhoibigiplopcmepmahoihedjnk |
विवरण | Enables quick access to the backyard screen, 'chrome://' and 'about:' pages. |
फ़ाइल का आकार | 11.89 KB |
स्थापना संख्या | 983 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-10-19 |
प्रकाशन तिथि | 2017-10-19 |
रेटिंग | 4.82/5 कुल 11 रेटिंग्स |
डेवलपर | https://tetsuwo.tumblr.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tetsuwo.tumblr.com/ |
सहायता पृष्ठ URL | http://twitter.com/tetsukamp |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "browser_action": { "default_icon": "images\/128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/128.png", "48": "images\/128.png", "64": "images\/128.png" }, "permissions": [ "tabs" ], "version": "1.0.0", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/apis.google.com; frame-src https:\/\/plusone.google.com https:\/\/www.facebook.com https:\/\/platform.twitter.com; object-src 'self'" } |