Search Later
Save Keywords to search them later!
Search Laterとは何ですか?
Search Laterはskmailによって開発されたChromeの拡張機能で、その主な機能は「Save Keywords to search them later!」です。
拡張機能のスクリーンショット
Search Later拡張機能のCRXファイルをダウンロード
Search Later拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An app lets you save interesting keywords to google them later. 拡張機能の基本情報
| 名前 | |
| ID | pmlokaikmdggccdncpbbfhnbdpblkoal |
| 公式URL | https://chromewebstore.google.com/detail/search-later/pmlokaikmdggccdncpbbfhnbdpblkoal |
| 説明 | Save Keywords to search them later! |
| ファイルサイズ | 59.57 KB |
| インストール数 | 119 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-04-18 |
| 公開日 | 2018-04-18 |
| 評価 | 1.00/5 合計 2 レビュー |
| 開発者 | skmail |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitter.com/SolaimanKmail |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Search Later",
"version": "1.1",
"description": "Save Keywords to search them later!",
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_popup": "pages\/popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |