Simple Timer

Just a Simple Timer

ما هو Simple Timer؟

Simple Timer هو إضافة Chrome تم تطويرها بواسطة Moshiyo، والميزة الرئيسية لها هي "Just a Simple Timer".

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

screenshot

تحميل ملف CRX للإضافة Simple Timer

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

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

                        Just a very simple timer that no body will use it except the developer, 
it start count when you click on it and display reset when you click other pages.                    

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

الاسم Simple Timer Simple Timer
ID fjmpolfnndbkhpefbgadnlkcgnohjbeo
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-timer/fjmpolfnndbkhpefbgadnlkcgnohjbeo
الوصف Just a Simple Timer
حجم الملف 18.05 KB
عدد التثبيتات 104
النسخة الحالية 0.1
آخر تحديث 2013-09-30
تاريخ النشر 2013-09-29
تقييم 4.00/5 مجموع تقييمات 1
المطور Moshiyo
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Timer",
    "version": "0.1",
    "description": "Just a Simple Timer",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Moshiyo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}