SourceBreaker App
Provides quick access to searches
Vad är SourceBreaker App?
SourceBreaker App är en Chrome-tillägg utvecklad av SourceBreaker, och dess huvudfunktion är "Provides quick access to searches".
Tilläggsskärmbilder
Ladda ner SourceBreaker App-förlängningens CRX-fil
Ladda ner SourceBreaker App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The SourceBreaker Chrome Extension allows you to quickly and easily access previously created searches and build new ones. Grundläggande Information om Tillägg
| Namn | |
| ID | cdfapchcmhgppdpmojilmopbjjlcpkjg |
| Officiell webbadress | https://chromewebstore.google.com/detail/sourcebreaker-app/cdfapchcmhgppdpmojilmopbjjlcpkjg |
| Beskrivning | Provides quick access to searches |
| Filstorlek | 267 KB |
| Antal Installationer | 11,063 |
| Aktuell Version | 3.9.0 |
| Senast Uppdaterad | 2024-03-04 |
| Publiceringsdatum | 2020-06-12 |
| Betyg | 5.00/5 Totalt 17 Betyg |
| Utvecklare | SourceBreaker |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.sourcebreaker.com/ |
| Hjälpsida URL | https://intercom.help/sourcebreaker-beta/en/ |
| URL till Sekretesspolicy Sidan | https://www.sourcebreaker.com/privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SourceBreaker App",
"description": "Provides quick access to searches",
"version": "3.9.0",
"action": {
"default_icon": "icon-big.png",
"default_title": "SourceBreaker App"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"background",
"scripting",
"notifications"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"offline_enabled": false,
"web_accessible_resources": [
{
"resources": [
"templates\/*",
"background.js",
"index.js",
"linkedin.js",
"ui.app.js",
"debug-window.js"
],
"matches": [
" | |