Open Multiple website
Open Multiple Links easily
Vad är Open Multiple website?
Open Multiple website är en Chrome-tillägg utvecklad av shubhankar1100, och dess huvudfunktion är "Open Multiple Links easily".
Tilläggsskärmbilder
Ladda ner Open Multiple website-förlängningens CRX-fil
Ladda ner Open Multiple website-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
There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc To open each website in different tab is time consuming. So we will develop an extension which will automate this. Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go. We have to just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.
Grundläggande Information om Tillägg
Namn | Open Multiple website |
ID | hedfombeoifnnpoglealldolfkjdohec |
Officiell webbadress | https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec |
Beskrivning | Open Multiple Links easily |
Filstorlek | 23.79 KB |
Antal Installationer | 115 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-03-25 |
Publiceringsdatum | 2017-03-24 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | shubhankar1100 |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Multiple website", "description": "Open Multiple Links easily", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |