SaveLinks.in
Save Website Links, bookmark videos for free
SaveLinks.inとは何ですか?
SaveLinks.inはhttps://savelinks.inによって開発されたChromeの拡張機能で、その主な機能は「Save Website Links, bookmark videos for free」です。
拡張機能のスクリーンショット
SaveLinks.in拡張機能のCRXファイルをダウンロード
SaveLinks.in拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save and organise important website links, videos and access them anywhere you want on any device. If you want to bookmark your web links and videos on the cloud then savelinks.in is the perfect tool for you.
拡張機能の基本情報
名前 | |
ID | eogfnfjchpapjbhfanconfbcghjenjni |
公式URL | https://chromewebstore.google.com/detail/savelinksin/eogfnfjchpapjbhfanconfbcghjenjni |
説明 | Save Website Links, bookmark videos for free |
ファイルサイズ | 9.95 KB |
インストール数 | 16 |
現在のバージョン | 1.1 |
最終更新日 | 2018-01-14 |
公開日 | 2018-01-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://savelinks.in |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://savelinks.in |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SaveLinks.in", "manifest_version": 2, "description": "Save Website Links, bookmark videos for free", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Save to SaveLinks.in", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "cookies", "http:\/\/savelinks.in\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ] } } |