Open in builtwith
Open in builtwith
Vad är Open in builtwith?
Open in builtwith är en Chrome-tillägg utvecklad av muthali ganesh, och dess huvudfunktion är "Open in builtwith".
Tilläggsskärmbilder
Ladda ner Open in builtwith-förlängningens CRX-fil
Ladda ner Open in builtwith-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
Opens the current website in builtwith for getting more information on the different technologies used in the website
Grundläggande Information om Tillägg
Namn | Open in builtwith |
ID | kbjfocbialdjlajcbohmjfmbionhcinf |
Officiell webbadress | https://chromewebstore.google.com/detail/open-in-builtwith/kbjfocbialdjlajcbohmjfmbionhcinf |
Beskrivning | Open in builtwith |
Filstorlek | 14.86 KB |
Antal Installationer | 2,691 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2020-09-04 |
Publiceringsdatum | 2020-09-03 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | muthali ganesh |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://aozata.com/aozata-privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in builtwith", "short_name": "Similarweb", "version": "2.0", "manifest_version": 2, "background": { "scripts": [ "builtwith.js" ] }, "description": "Open in builtwith", "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "page_action": { "default_icon": { "19": "icon.png" }, "default_title": "Open in builtwith" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |