Link Share App | Riple
Link Share App that helps share the best web content
Vad är Link Share App | Riple?
Link Share App | Riple är en Chrome-tillägg utvecklad av https://riple.io, och dess huvudfunktion är "Link Share App that helps share the best web content".
Tilläggsskärmbilder
Ladda ner Link Share App | Riple-förlängningens CRX-fil
Ladda ner Link Share App | Riple-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
Grundläggande Information om Tillägg
| Namn | |
| ID | mdpbfkfjdlkphdgfbmocibhipfkfenmc |
| Officiell webbadress | https://chromewebstore.google.com/detail/link-share-app-riple/mdpbfkfjdlkphdgfbmocibhipfkfenmc |
| Beskrivning | Link Share App that helps share the best web content |
| Filstorlek | 9.41 KB |
| Antal Installationer | 81 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2017-04-10 |
| Publiceringsdatum | 2017-04-09 |
| Betyg | 3.00/5 Totalt 4 Betyg |
| Utvecklare | https://riple.io |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://papaly.com/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Link Share App | Riple",
"version": "1.0.1",
"short_name": "Link Share App",
"description": "Link Share App that helps share the best web content",
"icons": {
"128": "logo.png"
},
"browser_action": {
"default_icon": "logo.png",
"default_title": "Share this URL",
"default_popup": "bookmarklet.html"
},
"permissions": [
"activeTab"
],
"incognito": "split"
} | |