Linky Extension
Add new links to Linky.
Linky Extensionとは何ですか?
Linky ExtensionはSamirによって開発されたChromeの拡張機能で、その主な機能は「Add new links to Linky.」です。
拡張機能のスクリーンショット
Linky Extension拡張機能のCRXファイルをダウンロード
Linky Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly add links to Linky with our Chrome extension. 拡張機能の基本情報
| 名前 | |
| ID | pghdabpagojegpfplckdbnlalpgidikc |
| 公式URL | https://chromewebstore.google.com/detail/linky-extension/pghdabpagojegpfplckdbnlalpgidikc |
| 説明 | Add new links to Linky. |
| ファイルサイズ | 688 KB |
| インストール数 | 1,932 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2017-04-20 |
| 公開日 | 2017-04-20 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | Samir |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://linky.sboulema.nl |
| ヘルプページのURL | https://github.com/sboulema/Linky |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Linky Extension",
"short_name": "Linky",
"description": "Add new links to Linky.",
"version": "1.3",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/api.myjson.com\/*"
]
} | |