Share me - Content sharing for Mobile/Tablet

Share your favorite web contents like article, link, video and text on your Mobile/Tablet.

Share me - Content sharing for Mobile/Tablet란 무엇입니까?

Share me - Content sharing for Mobile/Tablet은(는) DivP3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share your favorite web contents like article, link, video and text on your Mobile/Tablet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Share me - Content sharing for Mobile/Tablet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Share me - Content sharing for Mobile/Tablet Share me - Content sharing for Mobile/Tablet
ID hhcmoefkofcdbfbpgibmffepdgaklppi
공식 URL https://chromewebstore.google.com/detail/share-me-content-sharing/hhcmoefkofcdbfbpgibmffepdgaklppi
설명 Share your favorite web contents like article, link, video and text on your Mobile/Tablet.
파일 크기 96.71 KB
설치 횟수 2,545
현재 버전 0.2
최근 업데이트 2015-02-01
출시 날짜 2015-02-01
평점 5.00/5 총 4 개의 평점
개발자 DivP3
결제 유형 free
지원되는 언어 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"
}