App developer Toronto

Mobile app developer Toronto - the best app developers in Canada

ما هو App developer Toronto؟

App developer Toronto هو إضافة Chrome تم تطويرها بواسطة steve.appdeveloper، والميزة الرئيسية لها هي "Mobile app developer Toronto - the best app developers in Canada".

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

screenshot

تحميل ملف CRX للإضافة App developer Toronto

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

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

                        Chrome extension as a portfolio by one best Toronto app developers. Our app developers built this extension as a part of a Toronto based Hackathon. This extension is a browser based extension that takes care of browser related actions. There's absolutely no server side code that was used to create this extension and everything happens completely on the client side.

We take extreme pride in being one of the top level mobile app developer agency and this extension is just a sample of what we can build under seconds  

Our Toronto app developers have open sourced this extension on our Github repo as a part of this hackathon and can be found on our Github repository. In case if you are planning to build something like this, feel free to reuse our code files and folder structures to build your extensions. 

As far as the file and folder structure goes, we have the following: 
_locales
CSS
Icon pack
JS files 
Manifest.json 
And Source files 


Info about _locales: This extension currently only supports English, but you can also add support to other languages here as well. Simply include your source files here and point them to the right place using your code and you would be good to go.

CSS: Through this you can create your custom CSS code which can be directly added to your current website. After adding the code you will see the changes immediately.
Icon Pack:  There is a list of free icons which can be used for extensions, app and theme. You can easily change the default icon with the ones you like.
Manifest.json: This file tells Chrome important information about the extension like the name and required permissions. You can directly put the JSON into manifest.json  
Source Files:  While we have already written the extension using javascript, you add your own layer. If required you can create a separate bundle of your own source code files and merge them here with ours.
 
At last, we would like to thank all AppVelocity developers who participated in building this plugin at Toronto Hackathon. A great contribution to the open source society                    

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

الاسم App developer Toronto App developer Toronto
ID pblplkdgjabmflhgjaihooffhpnkknjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/app-developer-toronto/pblplkdgjabmflhgjaihooffhpnkknjd
الوصف Mobile app developer Toronto - the best app developers in Canada
حجم الملف 40.58 KB
عدد التثبيتات 19
النسخة الحالية 0.0.1
آخر تحديث 2018-08-27
تاريخ النشر 2018-07-25
المطور steve.appdeveloper
نوع الدفع free
موقع الإضافة https://www.appvelocity.ca/
عنوان صفحة المساعدة https://www.appvelocity.ca/blog
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "App developer Toronto",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Mobile app developer Toronto - the best app developers in Canada",
    "homepage_url": "https:\/\/www.appvelocity.ca\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}