Tweet The Page

Tweet the current page from the address bar

ما هو Tweet The Page؟

Tweet The Page هو إضافة Chrome تم تطويرها بواسطة Tiny Web Apps، والميزة الرئيسية لها هي "Tweet the current page from the address bar".

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

screenshot

تحميل ملف CRX للإضافة Tweet The Page

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

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

                        Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away.

Version 2.0.0 - Sharing panel opens in separate window.                    

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

الاسم Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
الوصف Tweet the current page from the address bar
حجم الملف 689 KB
عدد التثبيتات 58
النسخة الحالية 2.0.0
آخر تحديث 2015-04-24
تاريخ النشر 2015-04-24
تقييم 2.33/5 مجموع تقييمات 3
المطور Tiny Web Apps
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet The Page",
    "version": "2.0.0",
    "author": "Tiny Web Apps",
    "description": "Tweet the current page from the address bar",
    "icons": {
        "16": "img\/icon-x16.png",
        "48": "img\/icon-x48.png",
        "128": "img\/icon-x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon-x19.png",
            "38": "img\/icon-x38.png"
        },
        "default_title": "Tweet this Page"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}