Share me - Content sharing for Mobile/Tablet
Share your favorite web contents like article, link, video and text on your Mobile/Tablet.
Wat is Share me - Content sharing for Mobile/Tablet?
Share me - Content sharing for Mobile/Tablet is een Chrome-extensie ontwikkeld door DivP3, en de belangrijkste functie is "Share your favorite web contents like article, link, video and text on your Mobile/Tablet.".
Extensie Screenshots
Download het CRX-bestand van de extensie Share me - Content sharing for Mobile/Tablet
Download Share me - Content sharing for Mobile/Tablet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Looking for sharing a web page, article, video, or selected text on to your Mobile/Tablet.
You got this extension, which will generate a QR Code of your favorite content. You can scan the QR Code using your Mobile/Tablet to access the content.
Following content are supported:
- Web Page : Just click the 'Share me' extension to share.
- Selected Text : Select your favorite text on the web page and right click and select 'Share with your Mobile/Tablet' context menu.
- Link : Right click on your favorite link and select 'Share with your Mobile/Tablet' context menu.
- YouTube Video: Right click anywhere on the page and select 'Share with your Mobile/Tablet' context menu. Basisinformatie over de Extensie
| Naam | |
| ID | hhcmoefkofcdbfbpgibmffepdgaklppi |
| Officiële URL | https://chromewebstore.google.com/detail/share-me-content-sharing/hhcmoefkofcdbfbpgibmffepdgaklppi |
| Beschrijving | Share your favorite web contents like article, link, video and text on your Mobile/Tablet. |
| Bestandsgrootte | 96.71 KB |
| Aantal Installaties | 2,545 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2015-02-01 |
| Publicatiedatum | 2015-02-01 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | DivP3 |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Share me - Content sharing for Mobile\/Tablet",
"description": "Share your favorite web contents like article, link, video and text on your Mobile\/Tablet.",
"version": "0.2",
"icons": {
"16": "assets\/images\/icon_32.png",
"128": "assets\/images\/icon_128.png"
},
"background": {
"scripts": [
"assets\/scripts\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "assets\/images\/icon_32.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab",
"contextMenus"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"short_name": "Share me",
"author": "DivP3"
} | |