Backend
Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.
Backendとは何ですか?
Backendはhttps://tetsuwo.tumblr.comによって開発されたChromeの拡張機能で、その主な機能は「Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.」です。
拡張機能のスクリーンショット
Backend拡張機能のCRXファイルをダウンロード
Backend拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |