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.
What is FindAlways™?
FindAlways™ is a Chrome extension developed by http://consultski.com, and its main feature is "Find words or phrases on every page, link, or new tab. Ctrl+Shft+F toggles on/off. Persistent finds, just like you would expect.".
Extension Screenshots
Download FindAlways™ Extension CRX File
Download FindAlways™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | fikcpkehmfffjppfmkmjodbkdffdgdbc |
| Official URL | https://chrome.google.com/webstore/detail/findalways/fikcpkehmfffjppfmkmjodbkdffdgdbc |
| 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. |
| File Size | 77.52 KB |
| Installation Count | 190 |
| Current Version | 1.0 |
| Last Updated | 2017-09-08 |
| Publish Date | 2017-09-08 |
| Rating | 3.50/5 Total 8 Ratings |
| Developer | http://consultski.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://leanstartpad.consultski.com/ |
| Privacy Policy Page URL | https://clarity.fm/ski/expertise/app-dev |
| Supported Languages | 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"
}
}
}
} | |