Save to netroStation
Add currently opened website and import your bookmarks to your netroStation.
Save to netroStationとは何ですか?
Save to netroStationはhttps://www.netrostation.comによって開発されたChromeの拡張機能で、その主な機能は「Add currently opened website and import your bookmarks to your netroStation.」です。
拡張機能のスクリーンショット
Save to netroStation拡張機能のCRXファイルをダウンロード
Save to netroStation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of typing URLs, struggling with finding links, or tied by limited bookmarks bar space? There's a better way!
netroStation makes browsing the Internet easier and more comfortable. All your favorite links visually organized and available on your browser's homepage.
This extension is a companion app for netrostation.com to enhance user's experience.
FEATURES
Add currently opened website – easily create new link in your netroStation in just few clicks
Import your bookmarks – have your bookmarks automatically migrated into your netroStation
BUILT FOR
https://www.netrostation.com
HELP & SUGGESTIONS
Support: [email protected]
Feedback: https://goo.gl/forms/vRZpR3mrS6aWFToT2
Privacy Policy: https://www.netrostation.com/#/privacy
DEVELOPER
Website: http://www.ru3chinteractive.com/ 拡張機能の基本情報
| 名前 | |
| ID | kjcnmkijfjhkeoekepoacemlkcmaeckn |
| 公式URL | https://chromewebstore.google.com/detail/save-to-netrostation/kjcnmkijfjhkeoekepoacemlkcmaeckn |
| 説明 | Add currently opened website and import your bookmarks to your netroStation. |
| ファイルサイズ | 49.22 KB |
| インストール数 | 66 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2020-10-13 |
| 公開日 | 2020-10-12 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | https://www.netrostation.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.netrostation.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Save to netroStation",
"description": "Add currently opened website and import your bookmarks to your netroStation.",
"version": "1.2",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_title": "Save to netroStation",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"bookmarks",
"tabs"
],
"externally_connectable": {
"matches": [
"https:\/\/www.netrostation.com\/*"
]
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |