FindAlways™
Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on/off. Persistent finds, just like you would expect.
FindAlways™とは何ですか?
FindAlways™はhttp://consultski.comによって開発されたChromeの拡張機能で、その主な機能は「Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on/off. Persistent finds, just like you would expect.」です。
拡張機能のスクリーンショット
FindAlways™拡張機能のCRXファイルをダウンロード
FindAlways™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | fikcpkehmfffjppfmkmjodbkdffdgdbc |
| 公式URL | https://chrome.google.com/webstore/detail/findalways/fikcpkehmfffjppfmkmjodbkdffdgdbc |
| 説明 | Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on/off. Persistent finds, just like you would expect. |
| ファイルサイズ | 77.52 KB |
| インストール数 | 190 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-09-08 |
| 公開日 | 2017-09-08 |
| 評価 | 3.50/5 合計 8 レビュー |
| 開発者 | http://consultski.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://leanstartpad.consultski.com/ |
| プライバシーポリシーページのURL | https://clarity.fm/ski/expertise/app-dev |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FindAlways\u2122",
"version": "1.0",
"manifest_version": 2,
"description": "Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on\/off. Persistent finds, just like you would expect.",
"short_name": "FindAlways\u2122 a LeanStartPad\u2122 Brand.",
"icons": {
"16": "app\/icons\/icon16.png",
"48": "app\/icons\/icon48.png",
"128": "app\/icons\/icon128.png"
},
"background": {
"scripts": [
"app\/js\/background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"app\/js\/lib\/jquery-3.2.1.min.js",
"app\/js\/search.js",
"app\/js\/pagechange.js"
],
"css": [
"app\/css\/search.css"
]
}
],
"offline_enabled": true,
"web_accessible_resources": [
"*"
],
"permissions": [
"tabs",
"storage"
],
"commands": {
"finder-search-text": {
"description": "Search",
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
}
}
}
} | |