Grab the links from Tabs
Grab the links from Tabs, and classify links.
Vad är Grab the links from Tabs?
Grab the links from Tabs är en Chrome-tillägg utvecklad av kendo, och dess huvudfunktion är "Grab the links from Tabs, and classify links.".
Tilläggsskärmbilder
Ladda ner Grab the links from Tabs-förlängningens CRX-fil
Ladda ner Grab the links from Tabs-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
Grab the links from Tabs, and classify links. Grundläggande Information om Tillägg
| Namn | |
| ID | homfaipfcodjimccjlbhadfgkbndlkkg |
| Officiell webbadress | https://chromewebstore.google.com/detail/grab-the-links-from-tabs/homfaipfcodjimccjlbhadfgkbndlkkg |
| Beskrivning | Grab the links from Tabs, and classify links. |
| Filstorlek | 16.55 KB |
| Antal Installationer | 101 |
| Aktuell Version | 1.707 |
| Senast Uppdaterad | 2012-08-07 |
| Publiceringsdatum | 2012-08-07 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | kendo |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Grab the links from Tabs",
"version": "1.707",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"web_accessible_resources": [
"new.js",
"can.png"
],
"browser_action": {
"name": "Grab",
"default_icon": "icon.jpg"
}
} | |