Share Url

Adds context menu to share links with other computer(s) or with your favorite social application.

ما هو Share Url؟

Share Url هو إضافة Chrome تم تطويرها بواسطة https://tollus.github.io، والميزة الرئيسية لها هي "Adds context menu to share links with other computer(s) or with your favorite social application.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Share Url

قم بتنزيل ملفات الامتداد Share Url بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension allows you to share a link with another chrome browser through your Google account. 

Just install this extension on both browsers and make sure sync is enabled for the same account and you're good to go!

In the options you can enable sharing a link with Twitter, Facebook or Google Plus.

Recent changes:
1.2.4
- bug fix for replacement options display

1.2.2
- bug fix for checkbox

1.2.1
- history for links sent by your computer as well

1.2.0
- added history (disabled by default) of received links, 10 retained, stored per computer

1.1.0
- added replacement for certain urls

1.0.3
- forced persistence to try to resolve issue with links not sharing all the time.

1.0
- added social sharing (configured via options page)                    

معلومات أساسية عن التمديد

الاسم Share Url Share Url
ID jjjfbaapeohdiokaolpoeelnccpdhofg
عنوان URL الرسمي https://chromewebstore.google.com/detail/share-url/jjjfbaapeohdiokaolpoeelnccpdhofg
الوصف Adds context menu to share links with other computer(s) or with your favorite social application.
حجم الملف 142 KB
عدد التثبيتات 568
النسخة الحالية 1.2.4
آخر تحديث 2013-11-26
تاريخ النشر 2013-11-26
تقييم 3.50/5 مجموع تقييمات 10
المطور https://tollus.github.io
نوع الدفع free
موقع الإضافة https://github.com/tollus/chrome-share-url
عنوان صفحة المساعدة https://github.com/tollus/chrome-share-url
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.2.4",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "settings.js",
            "background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2
}