Timer

Timer Chrome extention, by Pascal Pirate

ما هو Timer؟

Timer هو إضافة Chrome تم تطويرها بواسطة Pascal Pirate، والميزة الرئيسية لها هي "Timer Chrome extention, by Pascal Pirate".

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

screenshot
screenshot
screenshot

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

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

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

                        Simple no thrills timer.  Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done.  Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds.  Thanks SoundBible.com for the sounds.                    

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

الاسم Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
عنوان URL الرسمي https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
الوصف Timer Chrome extention, by Pascal Pirate
حجم الملف 819 KB
عدد التثبيتات 20
النسخة الحالية 3.2.1
آخر تحديث 2017-03-15
تاريخ النشر 2017-03-15
المطور Pascal Pirate
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "Timer Chrome extention, by Pascal Pirate",
    "version": "3.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "hourglass.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "hourglass.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}