CCIM: Closed-Circuit IntelMap

Full-Auto Screen Grabber for Ingress IntelMap

ما هو CCIM: Closed-Circuit IntelMap؟

CCIM: Closed-Circuit IntelMap هو إضافة Chrome تم تطويرها بواسطة Yohei IGUCHI، والميزة الرئيسية لها هي "Full-Auto Screen Grabber for Ingress IntelMap".

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

screenshot

تحميل ملف CRX للإضافة CCIM: Closed-Circuit IntelMap

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

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

                        For visual log of your holiday adventure, or your team operation process.
CCIM will capture the IntelMap transition.


IMPORTANT: Please read before installing
a.) In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this tool.
b.) Please use this tool within healthy degree to avoid the server's high-intensity.
c.) Please disable or delete IMSS if it exists on your Chrome.


HOW TO USE
a.) Just Plug and play, access IntelMap after adding this extension on your Chrome.
It automatically grabs the screen of the ACTIVE TAB and be downloaded.
b.) The size of image depends on your window size.
c.) On/Off or setting should be available from [Option].
d.) Please make sure BEFORE your download that "Ask where to save each file before downloading" is OFF.


TIPS
a.) Please load the map URL which specifies the location, zoom level to create Time Lapse.
ex.)  https://www.ingress.com/intel?ll=LATITUDE,LONGITUDE&z=ZOOMLEVEL
b.) Height of the image will be bit shorter from the Second picture. This problem is unfixable. This happens because of the Chrome's information bar appears at the bottom when you download something.
c.) OSX Users: Please disable AppNap or Screensaver function. It may stops CCIM's action.


CONFIGURATION
Settings -> Extensions -> Options

- MODE
  - Capture MODE
  - View ONLY (same function as IMSS does)
  - OFF

- Output Format
  - JPEG
  - PNG

- Reload/Capture period of time adjustment
*If you could contribute our project by purchasing CCIM, you will be able to choose 1-4 min. period in return for your support. 

FUTURE FEATURES
(Your contribution drives these projects faster!)

・Load complete/Draw complete Detection
・Timestamp overlay
・Copying URI by shortcut key
・Changing Configuration by URL
・Generate Animated GIF
・Remote Control
・Driving by setting timer
・Manually screen grabbing


Contribution
Dear agents, Does CCIM fit your purpose? If you empathize with our ideas, please contribute by purchasing CCIM.
In return, you will be rewarded with another shiny feature, lifting the restriction of Reload/Capture Interval time adjustment function at this point.
Your contribution leads to our sustainable development/support of Extension.
Thanks in advance, May the XMs be with you.

Team                    

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

الاسم CCIM: Closed-Circuit IntelMap CCIM: Closed-Circuit IntelMap
ID okdgfaddnnijnbndefhipeoekcgpabnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/ccim-closed-circuit-intel/okdgfaddnnijnbndefhipeoekcgpabnk
الوصف Full-Auto Screen Grabber for Ingress IntelMap
حجم الملف 245 KB
عدد التثبيتات 410
النسخة الحالية 0.1.7.6
آخر تحديث 2015-08-17
تاريخ النشر 2015-08-16
تقييم 3.40/5 مجموع تقييمات 10
المطور Yohei IGUCHI
نوع الدفع free
عنوان صفحة المساعدة https://plus.google.com/u/0/+IguchiYohei/posts/8ekerwEqZMv
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.1.7.6",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "page_action": {
        "default_icon": {
            "19": "icon\/icon19.png"
        },
        "default_title": "CCIM"
    },
    "background": {
        "scripts": [
            "js\/lib\/jquery-2.1.3.min.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ingress.com\/*"
            ],
            "js": [
                "js\/lib\/jquery-2.1.3.min.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/style.css"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "alarms",
        "storage"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApJqkuH0nDidEI02RCvq6k63VE1pPvyh+PFYBbYfQ9WFFvQOZidXyzm6Ir+rSZNL7slztSAIzevkS\/jb0E9fuX\/5cWs16tkGXwGELrJqNBVGMCpYHq4ihVE06r3zZ7+EyD8\/OEKOybq8jMnnzdrEPdnMGMAUNsobgAlrLKhmnci04w13dHx5nSG+nKsyaUtfDNHZm3SoHQppy3wVXO8mnSFZqnaBJBNjUA2tkuR1z9\/9+P0CH17Jhr9KCHI4mDlLSZREgimG6s+czoryvCif9XeUjCb6BAe+TYI6qCmbA5VdjjR3OyX3LZpImhHboYKpRXvz+F1p86ZvlrRxRWcqYSwIDAQAB"
}