Multiple Tab Opener
Open multiple URLs on one click.
Vad är Multiple Tab Opener?
Multiple Tab Opener är en Chrome-tillägg utvecklad av Jun Ishibashi, och dess huvudfunktion är "Open multiple URLs on one click.".
Tilläggsskärmbilder
Ladda ner Multiple Tab Opener-förlängningens CRX-fil
Ladda ner Multiple Tab Opener-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
USAGE:
Name the macro and add URLs, save and add it to the macro list then you are ready to open multiple URLs on one click.
FEATURES:
Add a macro.
Edit a macro.
Delete a macro.
Open multiple URLs at once.
REASON:
When I was studying Law in English for some reasons, I needed to confirm words why those are appropriate and precise.
Therefore I created this to open multiple dictionary sites on one click. Grundläggande Information om Tillägg
| Namn | |
| ID | ebhcpmhpgldaimdjnngbfnbfepbljafi |
| Officiell webbadress | https://chromewebstore.google.com/detail/multiple-tab-opener/ebhcpmhpgldaimdjnngbfnbfepbljafi |
| Beskrivning | Open multiple URLs on one click. |
| Filstorlek | 599 KB |
| Antal Installationer | 2,073 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2022-08-29 |
| Publiceringsdatum | 2020-02-12 |
| Betyg | 4.00/5 Totalt 6 Betyg |
| Utvecklare | Jun Ishibashi |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Multiple Tab Opener",
"description": "Open multiple URLs on one click.",
"version": "2.0.0",
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |