Shortcut Manager DELUXE
usage: type 'go' into the search bar.
Shortcut Manager DELUXEとは何ですか?
Shortcut Manager DELUXEはTamir Nakarによって開発されたChromeの拡張機能で、その主な機能は「usage: type 'go' into the search bar.」です。
拡張機能のスクリーンショット
Shortcut Manager DELUXE拡張機能のCRXファイルをダウンロード
Shortcut Manager DELUXE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Navigate the web by typing! Its easy as 1,2,3 ... 1. Define a short-name to your favorite websites. 2. Type go at the address bar, then the short-name of your desired website. 3. Hit ENTER! ___ Shortcut Manager DELUXE is an upgraded version of 'Omnibox Alias' extension (an open source project). The DELUXE version includes some the crucial improvements that grants its users a real value: Features: ---------------------- REMOVE Alias feature. Import and Export aliases feature. Neater Design and Layout Bugfixes ------------------ text overflow bugs
拡張機能の基本情報
名前 | Shortcut Manager DELUXE |
ID | jmiadifgifojmldfpbcllhljdogkapmk |
公式URL | https://chromewebstore.google.com/detail/shortcut-manager-deluxe/jmiadifgifojmldfpbcllhljdogkapmk |
説明 | usage: type 'go' into the search bar. |
ファイルサイズ | 89.61 KB |
インストール数 | 101 |
現在のバージョン | 2.5.6 |
最終更新日 | 2024-02-11 |
公開日 | 2020-04-08 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Tamir Nakar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shortcut Manager DELUXE", "short_name": "SMD", "description": "usage: type 'go' into the search bar.", "version": "2.5.6", "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Shortcut Manager DELUXE", "default_icon": "img\/terminal_16x16.png", "default_popup": "popup.html" }, "omnibox": { "keyword": "go" }, "icons": { "16": "img\/terminal_16x16.png", "48": "img\/terminal_48x48.png", "128": "img\/terminal_128x128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |