Short Cut for URL mapper
This extension will translate the URL in address bar
Short Cut for URL mapperとは何ですか?
Short Cut for URL mapperはlwpro2によって開発されたChromeの拡張機能で、その主な機能は「This extension will translate the URL in address bar」です。
拡張機能のスクリーンショット
Short Cut for URL mapper拡張機能のCRXファイルをダウンロード
Short Cut for URL mapper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.
拡張機能の基本情報
名前 | Short Cut for URL mapper |
ID | lafchflokhmpcoaondfeffplkdnoaelh |
公式URL | https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh |
説明 | This extension will translate the URL in address bar |
ファイルサイズ | 629 KB |
インストール数 | 17 |
現在のバージョン | 1.0 |
最終更新日 | 2016-06-11 |
公開日 | 2016-06-11 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | lwpro2 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Short Cut for URL mapper", "description": "This extension will translate the URL in address bar", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "commands": { "toggle": { "suggested_key": { "default": "Alt+Shift+A", "mac": "Command+Shift+Y" }, "description": "Display Id and URL of the current open\/active tab.", "global": true } }, "omnibox": { "keyword": "sc" }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/*.google.com\/", "https:\/\/*.google.com\/" ] } |