Load URLs At Interval
'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Vad är Load URLs At Interval?
Load URLs At Interval är en Chrome-tillägg utvecklad av Gunjan Garge, och dess huvudfunktion är "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".
Tilläggsskärmbilder
Ladda ner Load URLs At Interval-förlängningens CRX-fil
Ladda ner Load URLs At Interval-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
Automatically load URLs from a list in same tab at a given interval. Steps: 1. Provide list of comma separated URLs in text box. 2. Provide interval in seconds. 3. Click on "START" URLs in the list will be loaded in the tab one by one after "interval" seconds. To stop, click on "STOP".
Grundläggande Information om Tillägg
Namn | Load URLs At Interval |
ID | kjmjbefknmdpnikmlmcimdpnhlopbjac |
Officiell webbadress | https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac |
Beskrivning | 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval |
Filstorlek | 147 KB |
Antal Installationer | 1,737 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-12-16 |
Publiceringsdatum | 2019-12-16 |
Betyg | 4.88/5 Totalt 8 Betyg |
Utvecklare | Gunjan Garge |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Load URLs At Interval" }, "description": "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Load URLs At Interval", "version": "1.0.0" } |